home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / v cisle / Addons / Addons.exe / videodownloader-1.1.1-fx.xpi / chrome / videodownloader.jar / content / firefoxOverlay.xul < prev    next >
Extensible Markup Language  |  2006-08-25  |  2KB  |  52 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.   - Version: Open Software License v. 2.1
  4.   -
  5.   - The contents of this file are subject to the Open Software License Version
  6.   - 2.1 (the "License"); you may not use this file except in compliance with
  7.   - the License. You may obtain a copy of the License at
  8.   - http://www.opensource.org/licenses/osl-2.1.php
  9.   -
  10.   - Software distributed under the License is distributed on an "AS IS" basis,
  11.   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.   - for the specific language governing rights and limitations under the
  13.   - License.
  14.   -
  15.   - The Original Code is the VideoDownloader.
  16.   -
  17.   - The Initial Developer of the Original Code is
  18.   - Javi Moya
  19.   -
  20.   - Portions created by the Initial Developer are Copyright (C) 2006
  21.   - the Initial Developer. All Rights Reserved.
  22.   -
  23.   - Contributor(s):
  24.   - -->
  25.  
  26. <?xml-stylesheet href="chrome://videodownloader/skin/overlay.css" type="text/css"?>
  27. <!DOCTYPE overlay SYSTEM "chrome://videodownloader/locale/videodownloader.dtd">
  28. <overlay id="videodownloader-overlay"
  29.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  30.   <script src="overlay.js"/>
  31.   <stringbundleset id="stringbundleset">
  32.     <stringbundle id="videodownloader-strings" src="chrome://videodownloader/locale/videodownloader.properties"/>
  33.   </stringbundleset>
  34.  
  35.   <statusbar id="status-bar">  
  36.   <statusbarpanel id="videodownloader-statusbar-panel" 
  37.     hidden="true"
  38.     class="statusbarpanel-menu-iconic"
  39.     tooltiptext="&videodownloaderStatusbar.tooltip;" 
  40.     onclick="clickButton(event)" >  
  41.     </statusbarpanel>    
  42.   </statusbar>
  43.     
  44.   <toolbarpalette id="BrowserToolbarPalette">
  45.   <toolbarbutton id="videodownloader-toolbar-button"
  46.     label="&videodownloaderToolbar.label;"
  47.     tooltiptext="&videodownloaderToolbar.tooltip;"
  48.     onclick="clickButton(event)"
  49.     class="toolbarbutton-1 chromeclass-toolbar-additional"/>
  50.   </toolbarpalette>
  51. </overlay>
  52.